From 77109974ff48443d5ad47cbaf8c9debeb32e7ff6 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 27 Dec 2021 09:51:34 +0200 Subject: [PATCH] Upstream's Makefile is not parallel-safe, build with --no-parallel for now Upload to unstable --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 993cc4e..d272615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +utf8proc (2.7.0-3) unstable; urgency=medium + + * Upstream's Makefile is not parallel-safe, + build with --no-parallel for now + + -- Graham Inggs Mon, 27 Dec 2021 07:47:18 +0000 + utf8proc (2.7.0-2) unstable; urgency=medium * Use GraphemeBreakTest.txt as is, re-enable graphemetest diff --git a/debian/rules b/debian/rules index c5d77dd..51e4d29 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ --no-parallel override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH) -- 2.30.2